/* 首页日历 */
#CalendarMain {
	width: 380px;
	height: 395px;
	background-color:#fff;
	margin: 0 auto;

}
#title {
	width:100%;
	height:54px;
	background-color: #fff;
	border-bottom:1px #ddd solid;
	position:relative;
}
#title p{
    float:left;
	margin-top:14px;
	padding-left:25px;
	background:url(../webimages/rili.png) no-repeat;
	height:25px;
	line-height:25px;
	font-weight:bold;
	color:#222;
}
.selectBtn {
	font-weight: 900;
	cursor: pointer;
	text-decoration: none;
	padding: 4px 4px 4px 4px;
    color: #005187;
    font-weight: bold;
    font-size: 16px;
    margin-top: 12px;
}
.selectBtn:hover {
   background:#005187;
   color:white;
}
.selectYear {
	position:absolute;
	left:135px;
}
.selectMonth {
	position:absolute;
	right:150px;
}
.month {
	position:absolute;
	left:20px;
}
.nextMonth {
	position:absolute;
	right:20px;
}
.currentDay {
	position:absolute;
	left:85px;
}
#context {
	background-color: #fff;
	width:380px;
	height:340px;
}
.week {
	width: 100%;
	clear:both;
	height:20px;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #e1e1e1;
}
.week>h3 {
	float: left;
	color: #444;
	text-align: center;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.dayItem {
	float: left;
}
.lastItem a{
	color: #d1c7b7 !important;
}
.item {
	color: #333;
	float: left;
	text-align: center;
	cursor: pointer;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-size: 13px;
	width:47px;
	height:55px;
}
/*.item:hover {
	color: #b9121b;
}*/
.item>a{
    width: 25px;
	line-height: 25px;
	display:block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;
}
.currentItem>a {

	border:1px solid #005187;
}

#Container {
	overflow: hidden;
	float: left;
	height:252px;
	width:380px;

}
#center {
	width: 100%;
	overflow: hidden;
	height:300px;
}
#centerMain {
	width: 300%;
	margin-left: -100%;
}
#selectYearDiv {
	float: left;
	background-color: #eee;
	width:380px;
	height:300px;
}
#selectYearDiv>div {
	float: left;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 14px;
	border: 1px solid #ccc;
	border-right:0px;
	margin-left: -1px;
	margin-top: -1px;
	cursor: pointer;
	color: #909090;
	width:95px;
	height:92px;
}
.currentYearSd, .currentMontSd {
	color: #ff4400 !important;
}
#selectMonthDiv {
	float: left;
	background-color: #eee;
    width:380px;
    height:300px;
}
#selectMonthDiv>div {
	color: #909090;
	float: left;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 14px;
	border: 1px solid #ccc;
	margin-left: -1px;
	margin-top: -1px;
	cursor: pointer;
	width:94px;
	height:92px;
}
#selectYearDiv>div:hover, #selectMonthDiv>div:hover {
	background-color: #efefef;    color:red;
}
#centerCalendarMain {
	float: left;
    width:380px;
}


.box .l .tanchu{z-index:10;position:absolute;top:0px;left:0px;display:none;}
.box .l .tanchu .tc_topborder{ width:350px; height:11px;background:url(../images/bg_tc.png) no-repeat top center; }
.box .l .tanchu a.tc_close{ position:absolute; top:20px; right:10px;width:30px;height:30px; z-index:11; background:url(../images/tc_close.png) no-repeat; display:block;}
.box .l .tanchu ul{ width:290px; overflow:hidden;padding:30px;font-size:14px; padding-bottom:20px;background: #ffffff; border:1px solid #bbbbbb; border-radius:3px; border-top:none; }
.box .l .tanchu ul li{line-height:20px; padding-bottom:10px;}
.box .l .tanchu ul li a{color:#666; display:block;}
.box .l .tanchu ul li a:hover{ text-decoration:underline;}
/* 首页日历 */